home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TREADSPANFORM / TREADSPANFORM.txt
Text File  |  2005-03-06  |  3KB  |  132 lines

  1. object ReadSpanForm: TReadSpanForm
  2.   Left = 155
  3.   Top = 324
  4.   BorderStyle = bsDialog
  5.   Caption = 'Merge Multi-Volume ZIP'
  6.   ClientHeight = 152
  7.   ClientWidth = 368
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 61
  21.     Width = 257
  22.     Height = 15
  23.     AutoSize = False
  24.     Caption = '&Spanned archive to convert:'
  25.     FocusControl = FromArc
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 103
  30.     Width = 257
  31.     Height = 14
  32.     AutoSize = False
  33.     Caption = 'Place the converted &single archive here:'
  34.     FocusControl = ToArc
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 5
  39.     Width = 279
  40.     Height = 56
  41.     AutoSize = False
  42.     Caption = 
  43.       'Converts a spanned archive to a single file.'#13#10'If there are more ' +
  44.       'than one disks in that set, please '#13#10'select the last archive of ' +
  45.       'that set.'
  46.     WordWrap = True
  47.   end
  48.   object Button1: TSpeedButton
  49.     Left = 256
  50.     Top = 79
  51.     Width = 25
  52.     Height = 21
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TSpeedButton
  56.     Left = 256
  57.     Top = 119
  58.     Width = 25
  59.     Height = 21
  60.     OnClick = Button2Click
  61.   end
  62.   object OKButt: TButton
  63.     Left = 288
  64.     Top = 8
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     TabOrder = 2
  70.     OnClick = OKButtClick
  71.   end
  72.   object CancelButt: TButton
  73.     Left = 288
  74.     Top = 40
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Cancel'
  78.     TabOrder = 3
  79.     OnClick = CancelButtClick
  80.   end
  81.   object HelpButt: TButton
  82.     Left = 288
  83.     Top = 72
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Help'
  87.     TabOrder = 4
  88.     OnClick = CorelButton2Click
  89.   end
  90.   object FromArc: TEdit
  91.     Left = 8
  92.     Top = 79
  93.     Width = 241
  94.     Height = 21
  95.     ReadOnly = True
  96.     TabOrder = 0
  97.     Text = 'FromArc'
  98.     OnChange = FromArcChange
  99.   end
  100.   object ToArc: TEdit
  101.     Left = 8
  102.     Top = 119
  103.     Width = 241
  104.     Height = 21
  105.     ReadOnly = True
  106.     TabOrder = 1
  107.     Text = 'ToArc'
  108.   end
  109.   object ZipMaster1: TZipMaster
  110.     Verbose = False
  111.     Trace = False
  112.     AddCompLevel = 9
  113.     AddOptions = []
  114.     ExtrOptions = []
  115.     Unattended = False
  116.     SFXPath = 'ZipSFX.bin'
  117.     SFXOverWriteMode = OvrConfirm
  118.     SFXCaption = 'Self-extracting Archive'
  119.     KeepFreeOnDisk1 = 0
  120.     VersionInfo = '1.60 K'
  121.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA]
  122.     Left = 240
  123.     Top = 24
  124.   end
  125.   object OpenDialog: TOpenDialog
  126.     Filter = 'ZIP files|*.zip'
  127.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware]
  128.     Left = 167
  129.     Top = 55
  130.   end
  131. end
  132.